Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 2 - Movie Controller Components / Movie Controller Components Reference
Movie Controller Functions / Editing Movies


MCSetUpEditMenu

The MCSetUpEditMenu function correctly highlights and names the items in your application's Edit menu.

pascal ComponentResult MCSetUpEditMenu (MovieController mc, 
                                       long modifiers, 
                                       MenuHandle mh);
mc
Specifies the movie controller for this operation. You obtain this identifier from the Component Manager's OpenComponent or OpenDefaultComponent function, or from the NewMovieController function.
modifiers
Indicates the current modifiers from the mouse-down or key-down event to which you are responding.
mh
Specifies a menu handler to your current Edit menu. The first six items in your Edit menu should be the standard editing commands: Undo, a blank line, Cut, Copy, Paste, and Clear.
DESCRIPTION
When your application is highlighting its menus, you should call MCSetUpEditMenu immediately before you use the Menu Manager's MenuSelect or MenuKey functions. For details on MenuSelect and MenuKey, see Inside Macintosh: Macintosh Toolbox Essentials.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help